Use "dependency|dependencies" in a sentence

1. This implies that the dependencies form a directed acyclic graph.

즉, 그래프가 비순환 유향 그래프(directed acyclic graph)여야 한다.

2. Sentence summarization method using a dependency grammar syntax tree

의존 문법 구문 트리를 이용한 문장 요약 방법

3. Finally, solvent abuse can result in emotional dependency on solvents —addiction.

끝으로, 용제 오용으로 정서적 용제 의존증—중독—이 생길 수 있다.

4. The present invention relates to a sentence summarization method using a dependency grammar syntax tree, which creates a new dependency grammar syntax tree by modifying a dependency grammar syntax tree of a sentence according to a given rule, and then summarizes the sentence using the new syntax tree.

본 발명은 문장의 의존 문법 구문 트리를 일정한 법칙에 따라 변형한 새로운 의존 문법 구문 트리를 생성하고 이를 이용하여 문장을 요약하는 의존 문법 구문 트리를 이용한 문장 요약 방법에 관한 것으로, 본 발명에 따른 의존 문법 구문 트리를 이용한 문장 요약 방법은, 규칙을 기반으로 하는 구문 분석기를 이용하여 제1 의존 문법 구문 트리를 생성하는 제1 단계; 상기 제1 단계에서 애매성으로 인하여 의존 관계를 찾아 내지 못한 단어들에 대해 확률을 기반으로 하는 구문 분석기를 이용하여 제2 의존 문법 구문 트리를 생성하는 제2 단계; 상기 제1 단계에서 생성된 제1 의존 문법 구문 트리와 상기 제2 단계에서 생성된 제2 의존 문법 구문 트리를 결합하여 제3 의존 문법 구문 트리를 생성하는 제3 단계; 상기 제3 의존 문법 구문 트리의 각 노드에 대해 해당 노드를 유지하는'REMAIN'동작, 또는 해당 노드와 그 자식 노드를 모두 삭제하는 'DELETE'동작, 또는 해당 노드를 삭제하고 그 자식 노드를 해당 노드의 자리에 두는 'CHILD_UP'동작을 판별하는 인공지능 모델을 사용하고 이를 적용하여 변형된 제4 의존 문법 구문 트리를 생성하는 제4 단계; 및, 상기 변형된 제4 의존 문법 구문 트리로부터 요약문을 생성하는 제5 단계를 포함하는 것을 특징으로 한다.

5. Chronic alcohol consumption is also associated with increased acne, premature wrinkling of the skin, weight gain, damage to internal organs, alcohol dependency, and drug addiction.

또한 상습적으로 음주를 하면 여드름의 악화, 때 이르게 생기는 주름살, 체중 증가, 장기 손상, 알코올 의존증, 마약 중독 등의 문제가 나타날 수 있습니다.

6. These directories are: src/main/java, src/main/resources, src/test/java and src/test/resources. build.gradle apply plugin: 'java' Running gradle build will result in > gradle build :compileJava :processResources :classes :jar :assemble :compileTestJava :processTestResources :testClasses :test :check :build BUILD SUCCESSFUL The Java plugin emulates many of the expected Maven lifecycles as tasks in the directed acyclic graph of dependencies for the inputs and outputs of each task.

이 디렉터리들은 src/main/java, src/main/resources, src/test/java, src/test/resources이다. build.gradle apply plugin: 'java' gradle build을 실행하면 다음과 같이 출력된다: > gradle build :compileJava :processResources :classes :jar :assemble :compileTestJava :processTestResources :testClasses :test :check :build BUILD SUCCESSFUL “Gradle Releases”.